home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / RECON611.ARJ / EXAMPLE2.CFG < prev    next >
Text File  |  1992-07-16  |  3KB  |  112 lines

  1.  
  2. ; ************* Example RECON.CFG file. (Network) *************
  3.  
  4. ; Comments can be placed anywhere in this file by starting
  5. ; the line with a semicolon.  Blank lines are ignored.
  6.  
  7. ; ╔══════════════════════════ NOTE ════════════════════════════╗
  8. ; ║  As this first configuration was the ACTIVE configuration  ║
  9. ; ║   when this sample was created, the commands begin with    ║
  10. ; ║     an asterisk character (*) instead of the hash (#).     ║
  11. ; ╚════════════════════════════════════════════════════════════╝
  12.  
  13. ; First (default) configuration.
  14.  
  15. *Name = NETWORK
  16. *Descr = Normal Network OS configuration
  17. ;---------------------------------------
  18.  
  19. ; CONFIG.SYS commands:
  20.  
  21. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  22. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  23. FILES=255
  24. FCBS=8,16
  25. BUFFERS=1
  26.  
  27. ---
  28.  
  29. ; AUTOEXEC.BAT commands:
  30.  
  31. ; Load TSR's...
  32. C:\QEMM\LOADHI C:\NETWORK\ATCACHE ALL
  33. C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
  34. PATH C:\;C:\NETWORK;C:\SYS;C:\UTILS;C:\BAT
  35. BTIME
  36. NWSTART
  37.  
  38. ; Automatically boot at 3:00 am for maintenance
  39. ; (TIMEBOOT is part of the 4DDBU package).
  40. TIMEBOOT 3:00:00
  41.  
  42. ; Run MAINT.BAT (Batch file with a single line: RECON /n MAINTENANCE -
  43. ; prepares CONFIG.SYS and AUTOEXEC.BAT for 3:00 am maintenance).
  44. ; The reason for calling a separate batch file is to stop this AUTOEXEC
  45. ; from trying to continue with any statements from the new AUTOEXEC.
  46. ; (Rewriting the AUTOEXEC batch file while AUTOEXEC is still being run
  47. ; can cause DOS to become confused).
  48. MAINT
  49.  
  50. #Name = MAINTENANCE
  51. #Descr = Maintenance configuration (Boot up DOS, Backup, Compress Disk)
  52. ;----------------------------------------------------------------------
  53. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  54. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  55. FILES=20
  56. BUFFERS=1
  57. ---
  58. C:\QEMM\LOADHI C:\QEMM\BUFFERS=10
  59. C:\QEMM\LOADHI C:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26
  60. PATH C:\;C:\SYS;C:\UTILS;C:\BAT;C:\UTILS\PCTOOLS
  61.  
  62. ; if today is Sunday, then perform weekly backup
  63. CHKBOOT /D:SUN
  64.  
  65. IF NOT ERRORLEVEL 1 GOTO NOTSUN
  66.  
  67. ; call WEEKLY.BAT (weekly backup batch file)
  68. CALL WEEKLY
  69.  
  70. :NOTSUN
  71. ; if today is the first of the month, then perform monthly backup
  72.  
  73. CHKBOOT /M:1
  74. IF NOT ERRORLEVEL 1 GOTO NOTFIRST
  75.  
  76. ; call MONTHLY.BAT (monthly backup batch file)
  77. CALL MONTHLY
  78.  
  79. :NOTFIRST
  80. BTIME
  81. COMPRESS C: /CF
  82. COMPRESS D: /CF
  83. COMPRESS E: /CF
  84. COMPRESS F: /CF
  85.  
  86. ; RECON back to network configuration.
  87. RECON NETWORK
  88.  
  89. #Name = 4DOS (Single User)
  90. #Descr = 4DOS configuration (optimised memory usage, PC Cache)
  91. ;-------------------------------------------------------------
  92. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  93. DEVICE=C:\QEMM\LOADHI.SYS C:\SYS\RAMDRIVE.SYS 1024 /E
  94. SHELL=C:\4DOS.COM /P
  95. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  96. FILES=20
  97. BUFFERS=1
  98. ---
  99. C:\QEMM\LOADHI C:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26 /QUIET
  100. #Flush = pc-cache /flush
  101. C:\QEMM\LOADHI C:\QEMM\BUFFERS=3
  102. C:\QEMM\LOADHI C:\SYS\MOUSE
  103. LOADBTM ON
  104. PATH C:\;C:\BAT;C:\SYS;C:\UTILS;C:\TP;C:\UTILS\PCTOOLS;..
  105. BTIME
  106. ALIAS /R ALIAS.LST
  107. HISTORY /R DOSHIST.LST
  108. #Hist = C:\DOSHIST.LST
  109. SET PKTMP=H:\
  110. SET TEMP=H:\
  111. SET TMP=H:\
  112.